isQuickScaleEnabled

open fun isQuickScaleEnabled(scaleGestureDetector: Any): Boolean(source)

Deprecated

Use isQuickScaleEnabled that takes ScaleGestureDetector instead of Object.

Returns whether the quick scale gesture, in which the user performs a double tap followed by a swipe, should perform scaling. See setQuickScaleEnabled.


open fun isQuickScaleEnabled(@NonNull scaleGestureDetector: ScaleGestureDetector): Boolean(source)

Deprecated

Call isQuickScaleEnabled directly.

Returns whether the quick scale gesture, in which the user performs a double tap followed by a swipe, should perform scaling. See setQuickScaleEnabled.